From: Tassilo Horn Date: Fri, 15 Oct 2010 07:46:47 +0000 (+0200) Subject: Again, fix a typo in really-oldXMenu target X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6078 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=39cc313031c3c531ac8370eeae81fe820efe6a6e;p=emacs.git Again, fix a typo in really-oldXMenu target --- diff --git a/src/ChangeLog b/src/ChangeLog index 09f5ef68af1..827664ca75a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,7 @@ * Makefile.in (really-oldXMenu): Fix typo in variable name that made building the X menu fail. + (really-oldXMenu): Fix my previous fix. 2010-10-14 Damyan Pepper diff --git a/src/Makefile.in b/src/Makefile.in index 5acb65128e7..0d496aea73a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -660,7 +660,7 @@ really-lwlib: .PHONY: really-lwlib really-oldXMenu: - cd $(oldxMenudir); $(MAKE) $(MFLAGS) \ + cd $(oldXMenudir); $(MAKE) $(MFLAGS) \ CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)' @true # make -t should not create really-oldXMenu. .PHONY: really-oldXMenu